add_new_evm_erc20

operation add_new_evm_erc20(    network_id: integer,     token_address: byte_array,     name: text,     symbol: text,     decimals: integer)

Checks if the requester is an admin, verifies that the token is not already registered, and then adds the new ERC20 token if the checks are passed.

This opearation takes multiple parameters.

Parameters

network_id
token_address
name
symbol
decimals